From 9cd46cfe8d2018e3f886b3c5716f3a86c4b34386 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sat, 6 Sep 2008 23:01:44 +0000 Subject: [PATCH] waypt: Fix MSVC errors and warnings. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3465 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/waypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/waypt.c b/gpsbabel/waypt.c index 3a03e461b..176e6090b 100644 --- a/gpsbabel/waypt.c +++ b/gpsbabel/waypt.c @@ -30,7 +30,7 @@ queue waypt_head; static unsigned int waypt_ct; static short_handle mkshort_handle; int geocaches_present; -static geocache_data empty_gc_data = {}; +static geocache_data empty_gc_data = { 0 }; void waypt_init(void) -- 2.30.2